W4. Function Behavior
1. Theory
1.1 Functions, Domain, and Range
A function is a special relationship between two sets of values where each input corresponds to exactly one output. Think of it like a machine: you put something in (the input), and you get exactly one thing out (the output). You cannot put in the same input and get two different outputs.
More formally, a function
The domain of a function is the set of all possible input values that the function can accept. We denote it as
The range of a function is the set of all possible output values that the function can produce as
When we define a function
1.1.1 Examples of Functions with Their Domains and Ranges
Let’s examine several common functions to understand how domains and ranges work:
: Domain is (all real numbers), Range is (non-negative numbers only). No matter what real number you square, you always get a non-negative result. : Domain is (all real numbers except zero), Range is . We exclude zero from the domain because division by zero is undefined. : Domain is , Range is . We can only take square roots of non-negative numbers (in the real number system). : Domain is , Range is . We need , which means . : Domain is . We need , which means , so .
1.2 The Graph of a Function
The graph of a function
In simpler terms, for every input value
If a point
1.3 Floor and Ceiling Functions
1.3.1 The Floor Function
The floor function (also called the greatest integer function) takes any real number and rounds it down to the nearest integer. It is denoted by
Examples:
(rounds down) (rounds down) (already an integer) (rounds down to more negative) (already an integer) (rounds down) (rounds down to more negative)
1.3.2 The Ceiling Function
The ceiling function (also called the least integer function) takes any real number and rounds it up to the nearest integer. It is denoted by
Examples:
(rounds up) (rounds up) (already an integer) (rounds up to less negative) (already an integer) (rounds up) (rounds up to less negative)
1.4 Monotone Functions
Monotone functions are functions that consistently move in one direction—they either go up, stay flat, or go down as we move from left to right along the graph. Understanding monotonicity helps us predict function behavior and is crucial for many mathematical proofs.
1.4.1 Types of Monotonicity
Let
(1) Increasing Function:
(2) Strictly Increasing Function:
(3) Decreasing Function:
(4) Strictly Decreasing Function:
(5) Monotone Function: The function
1.4.2 Examples of Monotone Functions
Example 1: Linear Functions
Let
- If
: is strictly increasing on (the line slopes upward) - If
: is constant on (horizontal line, hence both increasing and decreasing) - If
: is strictly decreasing on (the line slopes downward)
Example 2: Quadratic Function
The function
- Is strictly increasing on
(right side of the parabola) - Is strictly decreasing on
(left side of the parabola)
All functions
Example 3: Cubic Function
The function
1.5 Combining Functions: Sums, Differences, Products, and Quotients
Just like numbers, functions can be combined through arithmetic operations to create new functions. This allows us to build complex functions from simpler building blocks.
If
(1) Sum:
(2) Difference:
(3) Product:
(4) Quotient: At any point
(5) Scalar Multiplication: Functions can also be multiplied by constants. If
The domain of the combined functions
1.6 Composition of Functions
Composition is a way of combining two functions where the output of one function becomes the input of another. This is like a two-stage process: first apply one function, then apply another function to the result.
The composition of functions
To evaluate
The domain of
Similarly, to evaluate
Important: The functions
1.6.1 Examples of Function Composition
Let
(1)
Domain:
(2)
Domain:
(3)
Domain:
(4)
Domain:
Important Note: If
1.7 One-to-One Functions
In many mathematical problems, we want to reverse a function—that is, given an output value, find the unique input that produced it. This is called the inverse problem. However, not all functions can be reversed uniquely.
Consider the function
We can avoid this difficulty by restricting the domain or by working with functions that naturally avoid this issue. This leads us to the concept of one-to-one functions.
A function
1.7.1 Examples of One-to-One Functions
(1)
(2)
Important Proposition: If
Proof idea: If
Important Remark: The reverse of this proposition is not always true. A function
This function is one-to-one on
1.8 Inverse Functions
Once we have a one-to-one function, we can define its inverse—a function that “undoes” what the original function does.
Suppose that
The domain of
1.8.1 Properties of Inverse Functions
Composing a function and its inverse:
(1)
(2)
These properties confirm that
When does a function have an inverse?
Suppose
- If
is increasing, then it satisfies when , so it is one-to-one and has an inverse. - If
is decreasing, then it also has an inverse. - Functions that are neither increasing nor decreasing may still be one-to-one and have an inverse, as shown in the example above.
Graphical Property: The graph of
1.8.2 Example: Finding an Inverse Function
Let
Set
Therefore,
1.9 Even and Odd Functions
Even and odd functions have special symmetry properties that make them easier to analyze and work with.
Let
- The function
is even if for all . The graph of an even function is symmetric with respect to the -axis (vertical axis). Examples: , , . - The function
is odd if for all . The graph of an odd function is symmetric with respect to the origin (if you rotate the graph 180° about the origin, it looks the same). Examples: , , .
1.9.1 Properties of Even and Odd Functions
(1) The sum (or difference) of two even functions is even.
(2) The sum (or difference) of two odd functions is odd.
(3) The sum of an even and odd function is neither even nor odd, unless one of the functions is zero.
(4) The product and quotient of two even functions is even.
(5) The product and quotient of two odd functions is even.
(6) The product and quotient of an even function and an odd function is odd.
(7) The composition of two even functions is even.
(8) The composition of two odd functions is odd.
(9) The composition of an even function and an odd function is even.
(10) If an odd function is invertible, then its inverse is also odd.
1.9.2 Decomposition into Even and Odd Parts
Important Fact: Any function with a domain that is symmetric with respect to the origin can be uniquely decomposed as the sum of an even function and an odd function. These are called the even part (or even component) and the odd part (or odd component) of the function:
We can verify:
1.10 Power Functions
Power functions are among the most fundamental functions in mathematics. To understand them fully, we need to carefully define what we mean by powers of real numbers.
1.10.1 Powers of a Real Number
Let
(1) Natural Number Exponents: If
(2) Zero Exponent: If
(3) Negative Integer Exponents: If
(4) Roots (Fractional Exponents with Numerator 1): If
subject to the following conditions:
- If
and is even, then is undefined (no real even root of negative numbers). - If
and is even, then is chosen to be the positive number satisfying the equation above (principal root). - If
is odd, then is defined for all real and has the same sign as .
(5) Rational Exponents: If
whenever this makes sense (respecting the conditions for roots above).
(6) Real Exponents: If
If
, then:If
, then:If
and (negative real), then: where .
1.10.2 Example: Computing an Irrational Power
For
Which gives approximately:
Taking better approximations to
1.11 Polynomials and Rational Functions
Polynomials and rational functions are among the most important and frequently used functions in mathematics, appearing in virtually every area of applied mathematics and science.
1.11.1 Polynomials
A function
where
All polynomials have domain
If the leading coefficient
Special types of polynomials:
- Linear functions are polynomials of degree 1:
(with ). These represent straight lines. - Quadratic functions are polynomials of degree 2:
(with ). Their graphs are parabolas. - Cubic functions are polynomials of degree 3:
(with ).
1.11.2 Rational Functions
A rational function is a quotient or ratio of two polynomials:
where
The domain of a rational function is the set of all real
Examples:
is a rational function with domain . is a rational function with domain (the denominator is never zero). has domain .
1.12 Exponential Functions
Exponential functions model growth and decay processes and are fundamental in describing natural phenomena like population growth, radioactive decay, compound interest, and many other applications.
1.12.1 Definition and Basic Properties
Let
Properties of Exponential Functions:
(1) All exponential functions have domain
(2) If
(3) If
(4) If
The most important exponential function has base
1.13 Logarithmic Functions
Logarithmic functions are the inverses of exponential functions. They answer the question: “To what power must we raise the base to get a given number?”
1.13.1 Definition of Logarithm
The logarithm function with base
This means: “
Properties:
- The domain of
is (same as the range of ). We can only take logarithms of positive numbers. - The range of
is (same as the domain of ).
Special Logarithms:
Logarithms with base
is written as and called the natural logarithm function. is written as and called the common logarithm function.
1.13.2 Algebraic Properties of the Natural Logarithm
For any numbers
(1) Product Rule:
The logarithm of a product is the sum of the logarithms. By induction:
(2) Quotient Rule:
The logarithm of a quotient is the difference of the logarithms.
(3) Reciprocal Rule:
This follows from the quotient rule with
(4) Power Rule:
The logarithm of a power brings the exponent down as a multiplier.
1.13.3 Additional Properties of Logarithms
Because
(1) Base
for all for all
(2) Base
for all for all
Expressing exponentials as powers of
Substituting
This shows that any exponential function can be written in terms of the natural exponential.
Change-of-Base Formula:
Every logarithmic function is a constant multiple of the natural logarithm:
Proof: For any
This formula allows us to compute logarithms in any base using only natural logarithms.
1.14 The Six Basic Trigonometric Functions
Trigonometric functions are fundamental in mathematics, physics, and engineering. They originally arose from the study of triangles and circles, but their applications extend far beyond geometry.
1.14.1 Definitions
We can define the trigonometric functions in terms of the coordinates of the point
For an angle
- sine:
- cosine:
- tangent:
(defined when ) - cosecant:
(defined when ) - secant:
(defined when ) - cotangent:
(defined when )
1.14.2 Periodic Functions
A function
- The functions
, , , and are periodic with period . We have for all . - The functions
and are periodic with period .
1.14.3 Domains, Ranges, and Periods
- Domain:
- Range:
- Period:
- Domain:
- Range:
- Period:
- Domain:
(all for ) - Range:
- Period:
- Domain:
- Range:
or - Period:
- Domain:
(all for ) - Range:
or - Period:
- Domain:
- Range:
- Period:
1.14.4 Trigonometric Identities
The most fundamental trigonometric identities are:
Addition Formulas:
Double-Angle Formulas (derived from addition formulas):
Half-Angle Formulas (derived from
Product-to-Sum Identities:
1.15 Inverse Trigonometric Functions
The six basic trigonometric functions are not one-to-one over their natural domains because their values repeat periodically. However, we can restrict their domains to intervals on which they are one-to-one, allowing us to define inverse functions.
1.15.1 Restricted Domains for One-to-One Behavior
To make the trigonometric functions one-to-one, we restrict their domains as follows:
- Restricted domain:
- Range:
- Restricted domain:
- Range:
- Restricted domain:
- Range:
- Restricted domain:
- Range:
- Restricted domain:
- Range:
- Restricted domain:
- Range:
1.15.2 Definitions of Inverse Trigonometric Functions
Since these restricted functions are now one-to-one, they have inverses, which we denote using two equivalent notations:
or or or or or or
Important Caution:
Formal Definitions:
(1)
(2)
(3)
(4)
(5)
(6)
1.15.3 Domains and Ranges of Inverse Trigonometric Functions
- Domain:
- Range:
- Domain:
- Range:
- Domain:
- Range:
- Domain:
- Range:
- Domain:
or - Range:
,
- Domain:
or - Range:
,
1.15.4 Relationships Among Inverse Trigonometric Functions
Complementary Angles:
for all for all for all
Negative Arguments:
Reciprocal Arguments:
for for for for for all for all for all for all
1.15.5 Example Proofs of Inverse Trigonometric Identities
Example 1: Let us prove
Let
We know that
Since
Therefore, by definition of arccos:
Thus,
Example 2: Let us prove
Let
We know that
Since
Therefore, by definition of arcsin:
Example 3: Let us prove
Let
By definition of arcsin:
Because
Therefore,
1.16 The Six Basic Hyperbolic Functions
Hyperbolic functions are formed by taking combinations of the two exponential functions
1.16.1 Definitions
(1) Hyperbolic sine:
(2) Hyperbolic cosine:
(3) Hyperbolic tangent:
(4) Hyperbolic cotangent:
(5) Hyperbolic secant:
(6) Hyperbolic cosecant:
Important Symmetry Properties:
Note that:
(odd function) (even function)
Thus, the functions
1.16.2 Identities for Hyperbolic Functions
The hyperbolic functions satisfy identities analogous to (but slightly different from) trigonometric identities.
Fundamental Identity:
This is the hyperbolic analogue of
Double-Angle Formulas:
Half-Angle-Type Formulas:
Pythagorean-Type Identities:
Addition Formulas:
Product-to-Sum Identities:
1.17 Inverse Hyperbolic Functions
Just as we defined inverse trigonometric functions, we can define inverses of hyperbolic functions. However, the situation is simpler here because several hyperbolic functions are naturally one-to-one.
1.17.1 Existence of Inverses
- The hyperbolic sine (
) is a strictly increasing function on all of . We denote its inverse by (also written as , , or ). - The function
is not one-to-one over all real numbers. However, the restricted function for is one-to-one and therefore has an inverse, denoted by . - The function
is not one-to-one on its natural domain. But its restriction to nonnegative values of (i.e., ) does have an inverse, denoted by . - The hyperbolic tangent (
), cotangent ( ), and cosecant ( ) are one-to-one on their domains and therefore have inverses, denoted by:
1.17.2 Logarithmic Formulas for Inverse Hyperbolic Functions
Since the hyperbolic functions can be expressed in terms of exponential functions, it is possible to express the inverse hyperbolic functions in terms of logarithms:
(1)
(2)
(3)
(4)
(5)
(6)
1.17.3 Example Proofs of Logarithmic Formulas
Example 1: Let us prove
Let
Thus:
Multiplying both sides by
Rearranging:
This is a quadratic equation in
Using the quadratic formula:
Since
Taking the natural logarithm of both sides:
∎
Example 2: Let us prove
Let
Multiplying both sides by
Multiplying both sides by
Since
∎
Example 3: Let us prove
Let
Thus:
Multiplying both sides by
Since
Let
Using the quadratic formula:
Since
(The choice of sign depends on whether
Taking the natural logarithm of both sides:
∎
1.17.4 Relationships Between Hyperbolic and Inverse Hyperbolic Functions
The following identities relate hyperbolic functions of inverse hyperbolic functions:
(1)
(2)
(3)
(4)
(5)
(6)
Example Proof: Let us prove
Let
Using the fundamental hyperbolic identity
Since
∎
2. Definitions
- Function: A rule that assigns a single value
in set to each in domain . - Domain: The set of all possible input values that a function can accept.
- Range: The set of all output values that a function produces as the input varies throughout the domain.
- Graph of a Function: The set of all points
in the Cartesian plane where is in the domain. - Floor Function
: The greatest integer less than or equal to . - Ceiling Function
: The smallest integer greater than or equal to . - Increasing Function: A function
on interval where implies . - Strictly Increasing Function: A function
on interval where implies . - Decreasing Function: A function
on interval where implies . - Strictly Decreasing Function: A function
on interval where implies . - Monotone Function: A function that is either increasing or decreasing on its domain.
- Composition of Functions
: The function defined by , where we first apply then apply to the result. - One-to-One Function (Injective): A function where
whenever . - Inverse Function
: The function that reverses , defined by if and only if . - Even Function: A function where
for all in its domain (symmetric about the -axis). - Odd Function: A function where
for all in its domain (symmetric about the origin). - Polynomial: A function of the form
where is a non-negative integer. - Degree of a Polynomial: The highest power
with non-zero coefficient . - Linear Function: A polynomial of degree 1:
. - Quadratic Function: A polynomial of degree 2:
. - Cubic Function: A polynomial of degree 3:
. - Rational Function: A function of the form
where and are polynomials. - Exponential Function: A function of the form
where is the base. - Natural Exponential Function: The exponential function with base
, written as . - Logarithm Function
: The inverse of the exponential function , defined by if and only if . - Natural Logarithm
: The logarithm with base , written as . - Common Logarithm
: The logarithm with base 10, written as . - Periodic Function: A function where
for all and some positive constant called the period. - Sine Function
: The trigonometric function defined as where is on a circle of radius . - Cosine Function
: The trigonometric function defined as where is on a circle of radius . - Tangent Function
: The trigonometric function defined as or . - Cosecant Function
: The reciprocal of sine, . - Secant Function
: The reciprocal of cosine, . - Cotangent Function
: The reciprocal of tangent, . - Inverse Sine
: The inverse of sine restricted to , giving values in . - Inverse Cosine
: The inverse of cosine restricted to , giving values in . - Inverse Tangent
: The inverse of tangent restricted to , giving values in . - Hyperbolic Sine
: Defined as . - Hyperbolic Cosine
: Defined as . - Hyperbolic Tangent
: Defined as . - Inverse Hyperbolic Sine
: The inverse of , equal to . - Inverse Hyperbolic Cosine
: The inverse of for , equal to for . - Inverse Hyperbolic Tangent
: The inverse of , equal to for .
3. Formulas
- Function Operations:
- Sum:
- Difference:
- Product:
- Quotient:
where - Composition:
- Scalar Multiplication:
- Sum:
- Inverse Functions:
for all in domain of for all in domain of
- Even and Odd Function Decomposition:
- Power Functions:
for for for , (the th root of )
- Logarithm Properties:
- Product Rule:
- Quotient Rule:
- Reciprocal Rule:
- Power Rule:
- Inverse Property:
for - Inverse Property:
for all - Change-of-Base Formula:
- Exponential as Power of
:
- Product Rule:
- Trigonometric Identities:
- Pythagorean Identities:
- Addition Formulas:
- Double-Angle Formulas:
- Half-Angle Formulas:
- Product-to-Sum Identities:
- Pythagorean Identities:
- Inverse Trigonometric Function Identities:
- Complementary Angles:
- Negative Arguments:
- Complementary Angles:
- Hyperbolic Function Definitions:
- Hyperbolic Function Identities:
- Fundamental Identity:
- Double-Angle Formulas:
- Half-Angle-Type Formulas:
- Pythagorean-Type Identities:
- Addition Formulas:
- Fundamental Identity:
- Inverse Hyperbolic Function Formulas:
for all for for for for for
- Relationships Between Hyperbolic and Inverse Hyperbolic Functions:
for for for for
4. Practice
4.1. Prove an Inequality by Induction (Lab 4, Task 1.1)
Prove the following statement by induction:
Click to see the solution
Let
- Base Step (n=1):
- For
, the statement is . - By the fundamental Pythagorean identity,
. - Since
is true, the base case holds.
- For
- Inductive Step:
- Assumption (Inductive Hypothesis): Assume
is true for some positive integer . That is, . - Goal: Prove that
is true: . - Proof:
- Consider the expression for
: . - Since
and , we can say: . .
- Adding these two inequalities gives:
. - By our inductive hypothesis, we know that
. - Therefore, by transitivity,
. This proves is true.
- Consider the expression for
- Assumption (Inductive Hypothesis): Assume
- Conclusion: By the principle of mathematical induction, the statement holds for all
.
4.2. Prove Divisibility by Induction (Lab 4, Task 1.2)
Show that
Click to see the solution
Let
- Base Step (n=1):
- For
, . - Since
is divisible by 19, the base case is true.
- For
- Inductive Step:
- Assumption (Inductive Hypothesis): Assume
is divisible by 19 for some positive integer . That is, for some integer . - Goal: Prove that
is divisible by 19. - Proof:
. .- From the hypothesis, we can write
. Substitute this into the expression: .
- Since
and are integers, is an integer. Thus, is a multiple of 19.
- Assumption (Inductive Hypothesis): Assume
- Conclusion: By the principle of mathematical induction, the statement is true for all
.
4.3. Find Inverse Functions (Lab 4, Task 3)
Find
Click to see the solution
The domain of
(a)
- Inverse: Let
. Solving for gives . So, . - Domain and Range of
: , . - Domain and Range of
: , .
(b)
- Inverse: Let
. Then . So, . - Domain and Range of
: , . - Domain and Range of
: , .
(c)
- Inverse: Let
. Then . So, . - Domain and Range of
: Domain requires and . So . The range is . - Domain and Range of
: , .
4.4. Properties of Functions (Lab 4, Task 4)
Given
- Surjective
- Injective
- Bijective
Click to see the solution
Let the function be defined as
(a) Surjective: A function is surjective if its codomain equals its range.
- We can keep the standard domain
. - We must set the codomain
to be the range, so . - Example:
is surjective.
(b) Injective: A function is injective (one-to-one) if it passes the horizontal line test. The function
- We must restrict the domain to a part where the function is strictly increasing or decreasing.
- We can choose the domain
(or ). - The codomain B can be
or any superset of the range. - Example:
is injective.
(c) Bijective: A function is bijective if it is both surjective and injective.
- We must combine the restrictions from the previous parts.
- We must restrict the domain to make it injective, e.g.,
. - We must set the codomain to equal the range to make it surjective, e.g.,
. - Example:
is bijective. Another example is .
4.5. Prove Hyperbolic and Inverse Function Identities (Chapter 2, Example 1)
Prove the following identities involving hyperbolic and inverse hyperbolic/trigonometric functions.
Click to see the solution
The proofs for (1), (3), and (6) are shown in other tasks. The others follow a similar pattern. Let’s prove (2) as an example.
- Let
. By definition, this means . - Use hyperbolic identities. We know the identity
. Since , we have . - Find
. Since the range of arctanh is all real numbers, but is always positive, we take the positive root: . - Find
. We know , so . - Substitute:
. - Conclusion: Since
, we have shown .
4.6. Floor and Ceiling Functions (Chapter 2, Example 2)
Explain the floor function (
Click to see the solution
- Floor Function
:- Definition: The floor function, also called the greatest integer function, gives the greatest integer that is less than or equal to
. - Examples:
- Definition: The floor function, also called the greatest integer function, gives the greatest integer that is less than or equal to
- Ceiling Function
:- Definition: The ceiling function, also called the least integer function, gives the smallest integer that is greater than or equal to
. - Examples:
- Definition: The ceiling function, also called the least integer function, gives the smallest integer that is greater than or equal to
4.7. Composition of Functions (Chapter 2, Example 3)
Let
Click to see the solution
: .- Domain: For the output to be real, we need
. Domain is .
: .- Domain: For the input of
to be valid, we need . Domain is .
: .- Domain: For the input of the outer
to be valid, we need , which is always true for . For the input of the inner , we need . Domain is .
: .- Domain: The domain of linear functions is all real numbers. Domain is
.
4.8. Domain and Range of Common Functions (Chapter 2, Example 4)
State the domain and range for the following common functions:
Click to see the solution
(Parabola):- Domain: The function is defined for all real numbers. Domain is
. - Range: The square of any real number is non-negative. Range is
.
- Domain: The function is defined for all real numbers. Domain is
(Hyperbola):- Domain: The function is defined for all real numbers except where the denominator is zero. Domain is
. - Range: The function can take any real value except zero. Range is
.
- Domain: The function is defined for all real numbers except where the denominator is zero. Domain is
(Square Root):- Domain: The expression under the square root must be non-negative. Domain is
. - Range: The principal square root is always non-negative. Range is
.
- Domain: The expression under the square root must be non-negative. Domain is
:- Domain: We require
. Domain is . - Range: The output is always non-negative. Range is
.
- Domain: We require
(Semicircle):- Domain: We require
. Domain is . - Range: The minimum value is 0 (at
) and the maximum value is (at ). Range is $$.
- Domain: We require
4.9. Derive the Logarithmic Form of (Chapter 2, Example 5)
Prove the first formula:
Click to see the solution
- Let
. By definition, . - Use the exponential definition of
: . - Multiply by 2 and then by
to clear the denominator and negative exponent: . - Rearrange into a quadratic equation in terms of
: . - Let
. The equation is . Solve for using the quadratic formula: .
- Since
, it must be positive. The term is always greater than . Therefore, the root is always negative. We must take the positive root. .
- Take the natural logarithm of both sides to solve for
: .
4.10. Prove a Hyperbolic-Inverse Trig Identity (Chapter 2, Example 6)
Prove the identity
Click to see the solution
- Set up the variables: Let
. By the definition of the inverse hyperbolic cosine, this means . - Use the fundamental hyperbolic identity:
. - Solve for
: .- Substitute
: .
- Take the square root:
.
- Determine the sign: The range of the arccosh function is
. For non-negative values of , the function is also non-negative. Therefore, we must take the positive root. .
- Substitute back: Since
, we have .
4.11. Prove Inverse Trigonometric Identities (Chapter 2, Example 7)
Prove the following identities for inverse trigonometric functions:
for . for .
Click to see the solution
(a)
- Let
. By definition, this means and . - Using the co-function identity, we know that
. - Therefore,
. - Since
, the angle is in the interval , which is the range of the arccos function. - From the definition of arccos, it follows that
. - Substituting back
, we get , which rearranges to the desired identity.
(b)
- Let
. This means and . - The sine function is an odd function, so
. - Since
, the angle is also in the interval . - From the definition of arcsin, it follows that
. - Substituting back
gives .
4.12. Derive the Logarithmic Form of (Chapter 2, Example 8)
Prove the third formula:
Click to see the solution
- Let
. By definition, . - Use the exponential definition:
. - Multiply numerator and denominator by
: . - Solve for
: . . . .
- Take the natural logarithm of both sides to solve for
: . .
4.13. Prove an Inverse Trigonometric Identity (Chapter 2, Example 9)
Prove the following identity:
Click to see the solution
- Let
. By the definition of the arcsin function, this means . - Use the reciprocal identity. The definition of the cosecant function is
. - Substitute. From step 1, we can substitute
for , which gives . - Apply the inverse cosecant function. The statement
is, by definition, equivalent to . - Conclusion. We started with
and have shown that . Therefore, the two expressions must be equal.
4.14. List Logarithmic Forms of Inverse Hyperbolic Functions (Chapter 2, Example 10)
List the logarithmic form for each of the six inverse hyperbolic functions and their respective domains.
Click to see the solution
. . . . . .
4.15. Derive the Logarithmic Form of (Chapter 2, Example 11)
Prove the fifth formula:
Click to see the solution
- Let
. By definition, . - Use the exponential definition:
. - Solve for
: .- Multiply by
: . - Rearrange into a quadratic equation:
.
- Let
. Solve using the quadratic formula: .
- Since
must be positive, we must choose the correct root. The term is always positive. If we take the minus sign, the result could be negative (e.g., if x is positive and small). The plus sign guarantees a positive result. .
- Take the natural logarithm:
.
4.16. Proof by Induction (Test 1, Task 1a)
Prove by induction the following statement:
Click to see the solution
Let
- Base Step (n=1):
- LHS =
. - RHS =
. - Since LHS = RHS, the statement
is true.
- LHS =
- Inductive Step:
- Assumption (Inductive Hypothesis): Assume
is true for some positive integer . That is, . - Goal: Prove that
is true: . - Proof:
- Start with the left-hand side of the goal: LHS =
. - Substitute the inductive hypothesis: LHS =
. - Find a common denominator and factor out
: . - Simplify the expression in the brackets:
. - Recognize the perfect square:
.
- Start with the left-hand side of the goal: LHS =
- This is the right-hand side of the goal. Thus,
is true.
- Assumption (Inductive Hypothesis): Assume
- Conclusion: By the principle of mathematical induction, the statement is true for all integers
.
4.17. Proof by Induction (Divisibility) (Test 1, Task 1b)
Prove by induction that
Click to see the solution
Let
- Base Step (n=0):
- For
, we have . - Since 4 is divisible by 4, the statement
is true.
- For
- Inductive Step:
- Assumption (Inductive Hypothesis): Assume
is true for some integer . That is, is divisible by 4, which means we can write for some integer . - Goal: Prove that
is true: is divisible by 4. - Proof:
- Consider the expression
. - From the hypothesis, we can express
as . Substitute this into the expression: .
- Consider the expression
- Since
is an integer, is also an integer. Thus, is a multiple of 4. This shows is true.
- Assumption (Inductive Hypothesis): Assume
- Conclusion: By the principle of mathematical induction, the statement is true for all integers
.
4.18. Find Minimum, Maximum, Infimum, and Supremum of Sets (Test 1, Task 2)
Let
- max(A), min(A), sup(A), inf(A)
- max(B), min(B), sup(B), inf(B)
Click to see the solution
(a) For
- max(A) = X: The maximum is the largest element in the set. Since 5 is not included, there is no largest element.
- min(A) = 1: The minimum is the smallest element in the set. Since 1 is included, it is the minimum.
- sup(A) = 5: The supremum is the least upper bound. 5 is an upper bound, and any number smaller than 5 is not.
- inf(A) = 1: The infimum is the greatest lower bound. It is equal to the minimum when a minimum exists.
(b) For
- max(B) = 8: The largest element in the set is 8.
- min(B) = X: The minimum would be the smallest element. The set gets arbitrarily close to 1 but does not include 1, so there is no minimum.
- sup(B) = 8: The supremum is the least upper bound, which is the maximum when a maximum exists.
- inf(B) = 1: The infimum is the greatest lower bound. The set of lower bounds is
, and the greatest of these is 1.
4.19. Complex Number Arithmetic (Test 1, Task 3a)
Let
Click to see the solution
(a)
- Substitute the values:
. - Distribute the scalars:
. - Combine real and imaginary parts:
.
(b)
- Calculate the numerator:
. - Calculate the denominator:
. - Perform the division:
. - Multiply by the conjugate of the denominator:
. - Simplify:
.
Answer:
4.20. Trigonometric and Exponential Forms of a Complex Number (Test 1, Task 3b)
Find the trigonometric and exponential forms of
Click to see the solution
- Find the Modulus (r): The modulus is the distance from the origin to the point
in the complex plane. .
- Find the Argument (
): The argument is the angle the vector makes with the positive real axis.- The point
is in the second quadrant. - The reference angle is
. - In the second quadrant, the angle is
.
- The point
- Write the Trigonometric Form: The form is
. .
- Write the Exponential Form: The form is
. .
Answer:
- Trigonometric:
- Exponential:
4.21. Prove a Function is One-to-One and Find its Inverse (Test 1, Task 4)
Let
Click to see the solution
Part 1: Prove the function is one-to-one
- Definition of one-to-one: A function
is one-to-one if for any in the domain of , the condition implies that . - Set up the equation: Assume
for some and in the domain. .
- Solve for
:- Cross-multiply:
. - Expand both sides:
. - Subtract
and 6 from both sides: . - Add
and to both sides: .
- Cross-multiply:
- Conclusion: Since
implies , the function is one-to-one.
Part 2: Find the inverse function
- Replace
with y: . - Solve for x in terms of y:
. . .- Factor out x:
. .
- Swap x and y to get the inverse function:
.